projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f874e5a
)
(eql): Incorrect definition deleted.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 22 Sep 1996 21:31:56 +0000
(21:31 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 22 Sep 1996 21:31:56 +0000
(21:31 +0000)
Now it is only in cl.el.
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 9d576fa3dce3f193ae4726a1273fcfe01f696d69..8633431c764af434f86e592a963d87753a4031e8 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-430,7
+430,6
@@
Please convert your programs to use the variable `baud-rate' directly."
(defalias 'string= 'string-equal)
(defalias 'string< 'string-lessp)
(defalias 'move-marker 'set-marker)
-(defalias 'eql 'eq)
(defalias 'not 'null)
(defalias 'rplaca 'setcar)
(defalias 'rplacd 'setcdr)